-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#49 [Hook] add: unassign shortener action and fix edit action #54
base: develop
Are you sure you want to change the base?
Conversation
@@ -99,6 +99,8 @@ NoLinkedElement = Aucun élément lié | |||
ShortenerRepartition = Répartition des raccourcissements d'URLs par %s | |||
ShortenerUrlType = Liste des types d'URLs | |||
ShowQRCode = Afficher le QRCode de l'URL raccourcie | |||
Unassign = Désaffecter | |||
UnassignShortenerSuccess = Désaffectation du raccourcissement d'URL <strong>%s</strong> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Désaffectation du raccourci URL"
@@ -99,6 +99,9 @@ NoLinkedElement = Aucun élément lié | |||
ShortenerRepartition = Répartition des raccourcissements d'URLs par %s | |||
ShortenerUrlType = Liste des types d'URLs | |||
ShowQRCode = Afficher le QRCode de l'URL raccourcie | |||
Unassign = Désaffecter | |||
UnassignShortenerSuccess = Désaffectation du raccourcissement d'URL <strong>%s</strong> | |||
ObjectUnAssignTrigger = %s %s désaffectée |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Si c'est UN url désaffecté alors il n'y a pas de e à la fin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aussi si c'est une traduction générique d'objet elle devrait plutôt aller sur Saturne
A part une imprécision au niveau du fichier .lang le reste de la PR est bonne à merge, il faut juste bouger la traduction de place |
No description provided.